/*
Theme Name: Portfolio Press CHILD
Description: child theme for portfolio press theme on danhudson.ca
Author: Enza 
Template: portfolio-press
Version: 1.0

*/

@import url("../portfolio-press/style.css");


#logo #site-title a {
color: #9C9C9C;
font-size: 32px;
line-height: 45px;
text-decoration: none;
}

#navigation ul a {
position: relative;
color: black;
display: block;
z-index: 100;
padding: 5px 10px;
line-height: 18px;
text-decoration: none;
}

#main {
background: white;
padding: 20px 0 20px 0;
}
#branding {
position: relative;
display: block;
background: black;
padding: 8px 0;
border-bottom: 1px solid rgba(255, 255, 255, .9);
}

#body {
color: black!important;
}

#comments:before {
    background: none repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 0 #FFFFFF;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    width: 100%;
